Configure the optional shifter inside the command expander
RAW_SHIFT | How many bits to right-rotate the shift register by each time data is pushed to the output shifter, when the current command is a raw data command. |
RAW_N_SHIFTS | Number of times to consume from the shift register before refilling it from the FIFO, when the current command is a raw data command. A register value of 0 means shift 32 times. |
ENC_SHIFT | How many bits to right-rotate the shift register by each time data is pushed to the output shifter, when the current command is an encoded data command (e.g. TMDS). |
ENC_N_SHIFTS | Number of times to consume from the shift register before refilling it from the FIFO, when the current command is an encoded data command (e.g. TMDS). A register value of 0 means shift 32 times. |